google.golang.org/grpc/internal/transport.controlBuffer.trfChan (field)
7 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L309: trfChan atomic.Value // chan struct{}
controlbuf.go#L323: ch, _ := c.trfChan.Load().(chan struct{})
controlbuf.go#L360: c.trfChan.Store(make(chan struct{}))
controlbuf.go#L401: ch := c.trfChan.Load().(chan struct{})
controlbuf.go#L403: c.trfChan.Store((chan struct{})(nil))
controlbuf.go#L446: ch, _ := c.trfChan.Load().(chan struct{})
controlbuf.go#L450: c.trfChan.Store((chan struct{})(nil))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)